![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
#include <cstdio>
#include <iostream>
#include <fstream>
#include <math.h>
#include <stdlib.h>
#include "configurator.h"
#include "maperrormsg.h"
#include "ls.h"
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
void | FloatToDouble (double &, float) |
Variables | |
CfgBool | cfg_pollen_nectar_on |
class PlantGrowthData * | g_crops |
#define _CRT_SECURE_NO_DEPRECATE |
void FloatToDouble | ( | double & | d, |
float | f | ||
) |
Referenced by PlantGrowthData::PlantGrowthData().
|
extern |
Referenced by PollenNectarDevelopmentData::PollenNectarDevelopmentData().
class PlantGrowthData* g_crops |
Referenced by BeetleBank::BeetleBank(), VegElement::DoDevelopment(), UnsprayedFieldMargin::DoDevelopment(), FieldBoundary::FieldBoundary(), VegElement::ForceGrowthInitialize(), VegElement::ForceGrowthSpringTest(), CropRotation::GetFirstCrop(), Heath::Heath(), HedgeBank::HedgeBank(), Hedges::Hedges(), Landscape::Landscape(), Marsh::Marsh(), MownGrass::MownGrass(), NaturalGrassDry::NaturalGrassDry(), NaturalGrassWet::NaturalGrassWet(), Orchard::Orchard(), OrchardBand::OrchardBand(), PermanentSetaside::PermanentSetaside(), RoadsideVerge::RoadsideVerge(), VegElement::SetGrowthPhase(), VegElement::SetVegType(), UnsprayedFieldMargin::UnsprayedFieldMargin(), VegElement::VegElement(), Wasteland::Wasteland(), WaterBufferZone::WaterBufferZone(), YoungForest::YoungForest(), and Landscape::~Landscape().